From 89e5c0d627e5c227c985a4c6d9123f62248e45ae Mon Sep 17 00:00:00 2001 From: josh Date: Wed, 2 Jul 2014 07:49:04 +0900 Subject: [PATCH] make clean-all via git submodule foreach --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ba09b93c2..3faf405a7 100644 --- a/Makefile +++ b/Makefile @@ -83,9 +83,7 @@ clean: rm -rf target clean-all: clean - cd libs/hamcrest-rust && make clean - cd libs/hammer.rs && make clean - cd libs/toml-rs && make clean + git submodule foreach make clean install: install -d $(DESTDIR)$(BINDIR) -- 2.30.2